home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 October
/
PCWorld_1999-10_cd1.bin
/
Software
/
TemaCD
/
RCEdit
/
RCEdit.CAB
/
New Window.js
< prev
next >
Wrap
Text File
|
1996-09-30
|
163b
|
6 lines
// Open a new window
function openwin(URL) {
window.open(URL, "newwin","toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes");
}